home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Disk / moni / FileX-src.lha / FileX-src / mainwindow_protos.h < prev    next >
C/C++ Source or Header  |  1994-08-28  |  1KB  |  73 lines

  1. /* Prototypes for functions defined in
  2. mainwindow.c
  3.  */
  4.  
  5. extern struct Screen * Scr;
  6.  
  7. extern struct BitMap TempBM;
  8.  
  9. extern struct RastPort TempRP;
  10.  
  11. extern WORD TempBreite;
  12.  
  13. extern WORD TempHoehe;
  14.  
  15. extern WORD ScreenFlags;
  16.  
  17. extern char * SollPublicScreenName;
  18.  
  19. extern APTR VisualInfo;
  20.  
  21. extern struct ScreenModeData ScreenModeData;
  22.  
  23. extern struct ColorSpec ScreenColors[9];
  24.  
  25. extern UWORD __chip Stopwatch[36];
  26.  
  27. void FreeTempBitMap(void);
  28.  
  29. BOOL AllocTempBitMap(void);
  30.  
  31. void SetWaitPointer(struct Window * );
  32.  
  33. void ClrWaitPointer(struct Window * );
  34.  
  35. void BlockMainWindow(void);
  36.  
  37. void ReleaseMainWindow(void);
  38.  
  39. void SetScreenModeData(BOOL , ULONG , ULONG , ULONG , UWORD , UWORD , BOOL );
  40.  
  41. LONG OpenDisplay(void);
  42.  
  43. void CloseFileXWindow(struct DisplayInhalt * );
  44.  
  45. BOOL CloseDisplay(void);
  46.  
  47. void SetSollPublicScreenName(char * );
  48.  
  49. void SetScreenTypePublic(char * );
  50.  
  51. void ReopenDisplay(long );
  52.  
  53. void MySetFont(struct TextAttr * , struct DisplayInhalt * );
  54.  
  55. void MySetFontNameSize(char * , UWORD , struct DisplayInhalt * );
  56.  
  57. void DoFontrequester(struct DisplayInhalt * );
  58.  
  59. void SetScreenOwnPublic(void);
  60.  
  61. BOOL OpenPubScreenListReq(void);
  62.  
  63. void MyActivateWindow(struct DisplayInhalt * );
  64.  
  65. void ActivateNextWindow(void);
  66.  
  67. void ActivatePreviousWindow(void);
  68.  
  69. BOOL OpenNewWindow(BOOL );
  70.  
  71. char * GetOwnScreenName(void);
  72.  
  73.